projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8fd640
)
text view: Fix touch selection
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 19 Mar 2020 13:46:53 +0000
(09:46 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 19 Mar 2020 13:46:53 +0000
(09:46 -0400)
We forgot to allocated that popover.
gtk/gtktextview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextview.c
b/gtk/gtktextview.c
index 793e97a8b80bf989d2104fba4b97aae63c02db79..60842f76f5ea5f9466e0feb75f2eac1d781a7ea4 100644
(file)
--- a/
gtk/gtktextview.c
+++ b/
gtk/gtktextview.c
@@
-4475,6
+4475,9
@@
gtk_text_view_size_allocate (GtkWidget *widget,
if (priv->popup_menu)
gtk_native_check_resize (GTK_NATIVE (priv->popup_menu));
+
+ if (priv->selection_bubble)
+ gtk_native_check_resize (GTK_NATIVE (priv->selection_bubble));
}
static void